Release 10.1A: OpenEdge Development:
ADM Reference
doReturnUpd
A procedure that runs from Commit on the client side. Obtains the latest state of the records in RowObjUpd from the server for refreshing data-display objects.
Location: dataext.p Parameters:INPUT cUndoIds AS CHARACTERList of any RowObject ROWIDs for which changes were rejected by a commit. Takes the form of RowNum/ADM-ERROR-STRING pairs, CHR(3) separators inside the pairs, comma separators between the pairs.
Notes:
- If the error string in cUndoIds is ADM-FIELDS-CHANGED, then another user has changed at least one field value. In this case, RowObjUpd fields contains the refreshed db values and passes those values back to the client.
- If not autocommit, also reposition here. Otherwise, the caller has both the rowident and more information, (submitCommit knows whether a reopen is required; deleteRow just uses fetchNext if required).
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |